- d/libostree-1-1.symbols: Update
* d/tests/build: Use correct compiler for proposed autopkgtest
cross-architecture testing support
+ * d/tests: Make tests shellcheck-clean
-- Simon McVittie <smcv@debian.org> Sat, 14 Dec 2019 10:52:40 +0000
unset https_proxy
unset no_proxy
-e=0
-
-tests="$(gnome-desktop-testing-runner -l libostree | while read t; do
+tests="$(gnome-desktop-testing-runner -l libostree | while read -r t; do
t="${t%% *}"
case "$t" in
echo "$t"
done)"
+# Deliberately word-splitting
+# shellcheck disable=SC2046
exec gnome-desktop-testing-runner $tests